home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TINFODIALOG / TINFODIALOG.txt
Text File  |  2008-11-03  |  575b  |  35 lines

  1. inherited InfoDialog: TInfoDialog
  2.   Left = 283
  3.   Top = 184
  4.   Caption = '%'
  5.   ClientHeight = 215
  6.   ClientWidth = 345
  7.   OnCreate = FormCreate
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object Image: TUiImage
  11.     Left = 16
  12.     Top = 16
  13.     Width = 32
  14.     Height = 32
  15.   end
  16.   object Memo: TUiMemo
  17.     Left = 72
  18.     Top = 16
  19.     Width = 265
  20.     Height = 160
  21.     ReadOnly = True
  22.     TabOrder = 0
  23.   end
  24.   object OkBtn: TUiButton
  25.     Left = 264
  26.     Top = 184
  27.     Cancel = True
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.     AutoSize = asRight
  33.   end
  34. end
  35.